object AbortMsgForm: TAbortMsgForm Left = 259 Top = 109 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'File Not Found...' ClientHeight = 342 ClientWidth = 543 Color = clSilver Font.Color = clBlack Font.Height = -21 Font.Name = 'Arial' Font.Style = [fsBold] PixelsPerInch = 120 Position = poScreenCenter Scaled = False OnCreate = AbortMsgFormOnCreate OnShow = FormShow TextHeight = 24 object Bevel1: TBevel Left = 12 Top = 8 Width = 519 Height = 287 Shape = bsFrame Style = bsRaised end object Label1: TLabel Left = 39 Top = 30 Width = 454 Height = 63 Caption = 'The "Students" and "Progress" databases were not found. This ca' + 'n happen if you move or delete any needed files after installing' + ' the program.' Font.Color = clBlack Font.Height = -18 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False WordWrap = True end object Label2: TLabel Left = 39 Top = 117 Width = 466 Height = 63 Caption = 'The best (and safest) solution to this problem, is to reinstall ' + 'the program from the original CD-ROM disc. Simply run "SETUP.EX' + 'E" from the CD.' Font.Color = clBlack Font.Height = -18 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False WordWrap = True end object Label3: TLabel Left = 39 Top = 205 Width = 448 Height = 21 Caption = 'The program will close when you click "OK" below.' Font.Color = clBlack Font.Height = -18 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 36 Top = 249 Width = 471 Height = 24 Caption = 'Please reinstall the program before using it again.' Font.Color = clRed Font.Height = -20 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 227 Top = 302 Width = 89 Height = 32 Caption = 'OK' Default = True Font.Color = clBlack Font.Height = -18 Font.Name = 'Arial' Font.Style = [fsBold] ModalResult = 3 ParentFont = False TabOrder = 0 end end